home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / spdkey.doc < prev    next >
Text File  |  1995-04-22  |  1KB  |  48 lines

  1.     
  2.    1) Copy Speedscript to a clean disk 
  3.   containing DOS.SYS. Name this file 
  4.   SPEED.OBJ 
  5.    
  6.    2) With the same disk in drive 1, 
  7.   RUN the Basic program SPDKEY.BIN. 
  8.   This writes a short binary file 
  9.   named KEEZ.OBJ. The file just POKEs 
  10.   speeded up values to the keyboard 
  11.   registers at 729,730. You can change 
  12.   'em in the last two bytes of DATA. 
  13.    
  14.    3) Go to DUP.SYS, and append 
  15.   SPEED.OBJ to KEEZ.OBJ by selecting 
  16.   OPTION C and typing: 
  17.    
  18.    SPEED.OBJ,KEEZ.OBJ/A 
  19.    
  20.    4) RENAME (OPTION E) KEEZ.OBJ to 
  21.   AUTORUN.SYS 
  22.    
  23.    You can now boot up with the new 
  24.   file and you'll find yourself with 
  25.   the fast keyboard you didn't know 
  26.   you were missing. 
  27.    This speedup is NOT protected from 
  28.   RESET. Whip out the assembler if you 
  29.   want to get ambitious. The same 
  30.   principle of appending applies. 
  31.    
  32.   NOTE: once you do this, my other 
  33.   Speedscript patches, D8SPEED.BIN, 
  34.   and CHARMOD.BIN, won't work without 
  35.   modification. You've added 8 bytes 
  36.   to the front of the file. 
  37.    
  38.    Incidentally, with all this 
  39.   patching, please don't forget to 
  40.   thank your lucky stars that Charles 
  41.   Brannon and COMPUTE! gave us the 
  42.   original. It's an Amazingly Fine 
  43.   Program 
  44.    
  45.    don 
  46.    
  47.                                        
  48.